runtime.m.id (field)
13 uses
runtime (current package)
heapdump.go#L557: dumpint(uint64(mp.id))
os_linux.go#L172: print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " clone=", abi.FuncPCABI0(clone), " id=", mp.id, " ostk=", &mp, "\n")
proc.go#L834: mp.id = id
proc.go#L836: mp.id = mReserveID()
proc.go#L839: lo := uint32(int64Hash(uint64(mp.id), fastrandseed))
proc.go#L5356: id = pp.m.ptr().id
proc.go#L5819: print(mp.id)
proc.go#L5845: print(" M", mp.id, ": p=")
proc.go#L5869: print(gp.m.id)
proc.go#L5875: print(lockedm.id)
runtime2.go#L551: id int64
signal_unix.go#L790: print("PC=", hex(c.sigpc()), " m=", mp.id, " sigcode=", c.sigcode(), "\n")
trace.go#L1484: traceEvent(traceEvProcStart, -1, uint64(getg().m.id))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |